Replace plugins_dylib_path with host_deps_output.
authorLucas Kolstad <lkolstad@uw.edu>
Thu, 31 Aug 2017 00:59:23 +0000 (17:59 -0700)
committerLucas Kolstad <lkolstad@uw.edu>
Thu, 31 Aug 2017 00:59:23 +0000 (17:59 -0700)
commita5d829862e9e9e93d2126b23dffa515e0c95e7c8
treefc7456fe67b93ec4a31130e8b0a524b40643339f
parent3b5ec888ff2a6d39fc7663b34a232bf05f3cd03f
Replace plugins_dylib_path with host_deps_output.

The plugins_dylib_path field on Compilation is removed because it is
identical to host_deps_output, it is only used in one easily replaced
location, and because host_deps_output is a more general name that
includes its new usage location in cargo_test.rs as well while better
matching the corresponding deps_output field.

Also de-indents erroneously indented lines in a test case.
src/cargo/ops/cargo_rustc/compilation.rs
src/cargo/ops/cargo_rustc/context.rs
tests/test.rs